Platform Explorer / Nuxeo Platform 6.0

Component org.nuxeo.ecm.platform.comment.service.CommentService

Documentation

This component gives the user the possibility to add comments to documents.

Implementation

Class: org.nuxeo.ecm.platform.comment.service.CommentService

Services

Extension Points

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.comment.service.CommentService">
  <documentation>
    This component gives the user the possibility to add comments to documents.
  </documentation>

  <implementation class="org.nuxeo.ecm.platform.comment.service.CommentService"/>

  <service>
    <provide interface="org.nuxeo.ecm.platform.comment.api.CommentManager"/>
  </service>

  <extension-point name="config">
    <documentation>
      This extension can be used to configure the Comment Service
    </documentation>
    <object class="org.nuxeo.ecm.platform.comment.service.CommentServiceConfig"/>
  </extension-point>

</component>